home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / CN_500J1.PPD < prev    next >
Text File  |  1991-12-05  |  19KB  |  523 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Canon PS-IPU Color Laser Copier" version 52.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 019008 or 019530
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *%
  15. *% Date: 28 August 1991
  16. *FormatVersion: "3.0"
  17. *FileVersion: "1.0"
  18. *LanguageVersion: English
  19.  
  20. *Product: "(Canon PS-IPU Kanji Color Laser Copier)"
  21. *PSVersion: "(52.3) 1"
  22. *NickName: "Canon PS-IPU Kanji Color Laser Copier v52.3"
  23.  
  24. *% General Information and Defaults ===============
  25. *% FreeVM is 695100 with 12Mb and 1403772 with 24Mb system at
  26. *% default page sizes.  Frame devices change FreeVM with page size.
  27. *FreeVM: "4285348"
  28. *ColorDevice: True
  29. *VariablePaperSize: False
  30. *FileSystem: True
  31. *?FileSystem: "
  32. save statusdict begin
  33.   diskonline {(True)}{(False)} ifelse = flush
  34. end restore
  35. "
  36. *End
  37.  
  38. *Throughput: "10"
  39. *Password: "0"
  40. *ExitServer: "
  41.   count 0 eq {  % is the password on the stack?
  42.     true 
  43.   }{
  44.     dup    % potential password
  45.     statusdict begin checkpassword end not 
  46.   } ifelse 
  47.   {  %  if no password or not valid 
  48.     (WARNING : Cannot perform the exitserver command.) = 
  49.     (Password supplied is not valid.) = 
  50.     (Please contact the author of this software.) = flush
  51.     quit 
  52.   } if 
  53.   serverdict begin exitserver
  54. "
  55. *End
  56.  
  57. *Reset: "
  58.   count 0 eq
  59.   { true }                                 % is the password on the stack?
  60.   { dup                                       % potential password
  61.     statusdict begin checkpassword end not 
  62.   } ifelse 
  63.   { (WARNING : Cannot reset printer.) =    %  if no password or not valid 
  64.     (Password supplied is not valid.) = 
  65.     (Please contact the author of this software.) =
  66.     flush
  67.     quit 
  68.   } if 
  69.   serverdict begin exitserver
  70.   systemdict /quit get exec
  71.   (WARNING : Printer Reset Failed.) =
  72.   flush
  73. "
  74. *End
  75.  
  76. *DefaultResolution: 400dpi
  77. *?Resolution: "
  78. save
  79.   initgraphics
  80.   0 0 moveto currentpoint matrix defaultmatrix transform
  81.   0 72 lineto currentpoint matrix defaultmatrix transform
  82.   3 -1 roll sub dup mul
  83.   3 1 roll exch sub dup mul
  84.   add sqrt round cvi
  85.   (          ) cvs print (dpi) = flush
  86. restore
  87. "
  88. *End
  89.  
  90. *% Halftone Information ===============
  91. *ScreenFreq: "94.0"
  92. *ScreenAngle: "45.0"
  93. *DefaultScreenProc: Dot
  94. *ScreenProc Dot: "{1.76 1.4 $printerdict /dfltspotfunc get exec }"
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97.  
  98. *% Paper Handling ===================
  99.  
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion or PaperTray.
  102. *DefaultPageSize: Letter
  103. *PageSize Letter: "statusdict begin lettertray end"
  104. *PageSize Legal: "statusdict begin legaltray end"
  105. *PageSize Tabloid: "statusdict begin 11x17tray end"
  106. *PageSize A3: "statusdict begin a3tray end"
  107. *PageSize A4: "statusdict begin a4tray end"
  108. *PageSize B4: "statusdict begin b4tray end"
  109. *PageSize B5: "statusdict begin b5tray end"
  110. *?PageSize: "
  111.  save statusdict begin
  112.   7 dict begin
  113.    /letter (Letter) def /legal (Legal) def
  114.    /11x17 (Tabloid) def 
  115.    /a3 (A3) def /a4 (A4) def
  116.    /b4 (B4) def
  117.    /b5 (B5) def 
  118.    papersize {
  119.      {load exec} stopped not{= flush}if
  120.    }{
  121.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  122.    }ifelse
  123.   end
  124.  end restore
  125. "
  126. *End
  127.  
  128. *% These entries will set up the frame buffer. Usually used with manual feed.
  129. *DefaultPageRegion: Letter
  130. *PageRegion Letter: "letter"
  131. *PageRegion Legal: "legal"
  132. *PageRegion Tabloid: "11x17"
  133. *PageRegion A3: "a3"
  134. *PageRegion A4: "a4"
  135. *PageRegion B4: "b4"
  136. *PageRegion B5: "b5"
  137.  
  138. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  139. *% These errors should be trapped by software and a message displayed
  140. *DefaultPaperTray: None
  141. *PaperTray Letter: "statusdict begin lettertray end"
  142. *PaperTray Legal: "statusdict begin legaltray end"
  143. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  144. *PaperTray A3: "statusdict begin a3tray end"
  145. *PaperTray A4: "statusdict begin a4tray end"
  146. *PaperTray B4: "statusdict begin b4tray end"
  147. *PaperTray B5: "statusdict begin b5tray end"
  148. *?PaperTray: "
  149.  save statusdict begin
  150.   7 dict begin
  151.    /letter (Letter) def /legal (Legal) def
  152.    /11x17 (Tabloid) def 
  153.    /a3 (A3) def /a4 (A4) def
  154.    /b4 (B4) def
  155.    /b5 (B5) def
  156.    papersize {
  157.      {load exec} stopped not{= flush}if
  158.    }{
  159.      {load exec} stopped not{print (.Transverse) = flush}if
  160.    }ifelse
  161.   end
  162.  end restore
  163. "
  164. *End
  165.  
  166. *DefaultImageableArea: Letter
  167. *ImageableArea Letter: "12 15 588 780 "
  168. *ImageableArea Legal: "12 12 598 984 "
  169. *ImageableArea Tabloid: "12 12 777 1200 "
  170. *ImageableArea A3: "12 12 829 1166 "
  171. *ImageableArea A4: "12 12 571 829 "
  172. *ImageableArea B4: "12 12 714 1006 "
  173. *ImageableArea B5: "12 12 500 704 "
  174. *?ImageableArea: "
  175.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  176.   newpath clippath pathbbox
  177.   4 -2 roll exch 2 {ceiling cvp} repeat
  178.   exch 2 {floor cvp} repeat flush
  179.  restore
  180. "
  181. *End
  182.  
  183. *% These provide the physical dimensions of the paper (by keyword)
  184. *DefaultPaperDimension: Letter
  185. *PaperDimension Letter: "612 792"
  186. *PaperDimension Legal: "612 1008"
  187. *PaperDimension Tabloid: "792 1224"
  188. *PaperDimension A3: "842 1190"
  189. *PaperDimension A4: "595 842"
  190. *PaperDimension B4: "729 1032"
  191. *PaperDimension B5: "516 729"
  192.  
  193. *DefaultOutputBin: Upper
  194.  
  195. *DefaultInputSlot: Upper
  196. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  197. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  198. *?InputSlot: "
  199.  save statusdict begin
  200.   2 dict begin
  201.    /1 (Upper) def
  202.    /2 (Lower) def
  203.    papertray 
  204.      {( ) cvs cvn load exec} stopped not{= flush}if
  205.   end
  206.  end restore
  207. "
  208. *End
  209.  
  210. *DefaultManualFeed: False
  211. *?ManualFeed: "
  212. save
  213.   statusdict /manualfeed get
  214.   {(True)}{(False)}ifelse = flush
  215. restore
  216. "
  217. *End
  218. *ManualFeed True: "statusdict begin /manualfeed true store end"
  219. *ManualFeed False: "statusdict begin /manualfeed false store end"
  220.  
  221. *DefaultOutputOrder: Normal
  222.  
  223. *% Font Information =====================
  224. *DefaultFont: Courier
  225. *Font AvantGarde-Book: Standard "(001.002)"
  226. *Font AvantGarde-BookOblique: Standard "(001.002)"
  227. *Font AvantGarde-Demi: Standard "(001.003)"
  228. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  229. *Font Bookman-Demi: Standard "(001.001)"
  230. *Font Bookman-DemiItalic: Standard "(001.001)"
  231. *Font Bookman-Light: Standard "(001.001)"
  232. *Font Bookman-LightItalic: Standard "(001.001)"
  233. *Font Courier: Standard "(002.002)"
  234. *Font Courier-Bold: Standard "(002.002)"
  235. *Font Courier-BoldOblique: Standard "(002.002)"
  236. *Font Courier-Oblique: Standard "(002.002)"
  237. *Font Helvetica: Standard "(001.006)"
  238. *Font Helvetica-Bold: Standard "(001.007)"
  239. *Font Helvetica-BoldOblique: Standard "(001.007)"
  240. *Font Helvetica-Condensed: Standard "(001.001)"
  241. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  242. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  243. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  244. *Font Helvetica-Narrow: Standard "(001.006)"
  245. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  246. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  247. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  248. *Font Helvetica-Oblique: Standard "(001.006)"
  249. *Font NewCenturySchlbk-Bold: Standard "(001.008)"
  250. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)"
  251. *Font NewCenturySchlbk-Italic: Standard "(001.005)"
  252. *Font NewCenturySchlbk-Roman: Standard "(001.006)"
  253. *Font Palatino-Bold: Standard "(001.005)"
  254. *Font Palatino-BoldItalic: Standard "(001.005)"
  255. *Font Palatino-Italic: Standard "(001.005)"
  256. *Font Palatino-Roman: Standard "(001.005)"
  257. *Font Symbol: Special "(001.003)"
  258. *Font Times-Bold: Standard "(001.007)"
  259. *Font Times-BoldItalic: Standard "(001.009)"
  260. *Font Times-Italic: Standard "(001.007)"
  261. *Font Times-Roman: Standard "(001.007)"
  262. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  263. *Font ZapfDingbats: Special "(001.002)"
  264.  
  265. *Font FutoGoB101-Bold-83pv-RKSJ-H: Special "(001.001)" 
  266. *Font FutoGoB101-Bold-Add-RKSJ-H: Special "(001.001)"
  267. *Font FutoGoB101-Bold-Add-RKSJ-V: Special"(001.001)" 
  268. *Font FutoGoB101-Bold-Add-H: Special "(001.001)"
  269. *Font FutoGoB101-Bold-Add-V : Special "(001.001)"
  270. *Font FutoGoB101-Bold-EUC-H : Special "(001.001)"
  271. *Font FutoGoB101-Bold-EUC-V: Special "(001.001)" 
  272. *Font FutoGoB101-Bold-Ext-H : Special "(001.001)"
  273. *Font FutoGoB101-Bold-Ext-RKSJ-H: Special  "(001.001)"
  274. *Font FutoGoB101-Bold-Ext-RKSJ-V: Special "(001.001)"
  275. *Font FutoGoB101-Bold-Ext-V: Special "(001.001)"
  276. *Font FutoGoB101-Bold-H : Special "(001.001)"
  277. *Font FutoGoB101-Bold-NWP-H : Special "(001.001)"
  278. *Font FutoGoB101-Bold-NWP-V : Special "(001.001)"
  279. *Font FutoGoB101-Bold-RKSJ-H: Special "(001.001)"
  280. *Font FutoGoB101-Bold-RKSJ-UserGaiji : Special "(001.001)"
  281. *Font FutoGoB101-Bold-RKSJ-V: Special "(001.001)"
  282. *Font FutoGoB101-Bold-V: Special "(001.001)"
  283. *Font FutoGoB101-Bold.Oubun: Special "(001.001)"
  284. *Font FutoGoB101-Bold.Roman: Special "(001.001)"
  285. *Font FutoGoB101-Bold.WP-Symbol: Special "(001.001)"
  286. *Font FutoMinA101-Bold-83pv-RKSJ-H: Special "(001.001)"
  287. *Font FutoMinA101-Bold-Add-H: Special "(001.001)"
  288. *Font FutoMinA101-Bold-Add-RKSJ-H: Special "(001.001)"
  289. *Font FutoMinA101-Bold-Add-RKSJ-V: Special "(001.001)"
  290. *Font FutoMinA101-Bold-Add-V: Special "(001.001)"
  291. *Font FutoMinA101-Bold-EUC-H: Special "(001.001)"
  292. *Font FutoMinA101-Bold-EUC-V: Special "(001.001)"
  293. *Font FutoMinA101-Bold-Ext-H: Special "(001.001)"
  294. *Font FutoMinA101-Bold-Ext-RKSJ-H: Special "(001.001)"
  295. *Font FutoMinA101-Bold-Ext-RKSJ-V : Special "(001.001)"
  296. *Font FutoMinA101-Bold-Ext-V: Special "(001.001)"
  297. *Font FutoMinA101-Bold-H: Special "(001.001)"
  298. *Font FutoMinA101-Bold-NWP-H: Special "(001.001)"
  299. *Font FutoMinA101-Bold-NWP-V: Special "(001.001)"
  300. *Font FutoMinA101-Bold-RKSJ-H: Special "(001.001)"
  301. *Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(001.001)"
  302. *Font FutoMinA101-Bold-RKSJ-V : Special "(001.001)"
  303. *Font FutoMinA101-Bold-V: Special "(001.001)"
  304. *Font FutoMinA101-Bold.Oubun: Special "(001.001)"
  305. *Font FutoMinA101-Bold.Roman: Special "(001.001)"
  306. *Font FutoMinA101-Bold.WP-Symbol : Special "(001.001)"
  307. *Font GothicBBB-Medium-83pv-RKSJ-H: Special "(001.001)"
  308. *Font GothicBBB-Medium-Add-H : Special "(001.001)"
  309. *Font GothicBBB-Medium-Add-RKSJ-H: Special "(001.001)"
  310. *Font GothicBBB-Medium-Add-RKSJ-V: Special "(001.001)"
  311. *Font GothicBBB-Medium-H : Special "(001.001)"
  312. *Font GothicBBB-Medium-Add-V: Special "(001.001)"
  313. *Font GothicBBB-Medium-EUC-H: Special "(001.001)"
  314. *Font GothicBBB-Medium-EUC-V: Special "(001.001)"
  315. *Font GothicBBB-Medium-Ext-H : Special "(001.001)"
  316. *Font GothicBBB-Medium-Ext-RKSJ-H : Special "(001.001)"
  317. *Font GothicBBB-Medium-Ext-RKSJ-V: Special "(001.001)"
  318. *Font GothicBBB-Medium-Ext-V: Special "(001.001)"
  319. *Font GothicBBB-Medium-NWP-H : Special "(001.001)"
  320. *Font GothicBBB-Medium-NWP-V: Special "(001.001)"
  321. *Font GothicBBB-Medium-RKSJ-H: Special "(001.001)"
  322. *Font GothicBBB-Medium-RKSJ-UserGaiji: Special  "(001.001)"
  323. *Font GothicBBB-Medium-RKSJ-V: Special "(001.001)"
  324. *Font GothicBBB-Medium-V : Special "(001.001)"
  325. *Font GothicBBB-Medium.Oubun: Special "(001.001)" 
  326. *Font GothicBBB-Medium.Roman: Special "(001.001)" 
  327. *Font GothicBBB-Medium.WP-Symbol: Special "(001.001)"
  328. *Font Jun101-Light-83pv-RKSJ-H: Special "(001.001)"
  329. *Font Jun101-Light-Add-H : Special "(001.001)"
  330. *Font Jun101-Light-Add-RKSJ-H: Special "(001.001)"
  331. *Font Jun101-Light-Add-RKSJ-V: Special "(001.001)"
  332. *Font Jun101-Light-Add-V: Special "(001.001)"
  333. *Font Jun101-Light-EUC-H: Special "(001.001)"
  334. *Font Jun101-Light-EUC-V: Special "(001.001)"
  335. *Font Jun101-Light-Ext-H: Special "(001.001)"
  336. *Font Jun101-Light-Ext-RKSJ-H: Special "(001.001)"
  337. *Font Jun101-Light-Ext-RKSJ-V: Special "(001.001)"
  338. *Font Jun101-Light-Ext-V: Special "(001.001)"
  339. *Font Jun101-Light-H: Special "(001.001)"
  340. *Font Jun101-Light-NWP-H: Special "(001.001)"
  341. *Font Jun101-Light-NWP-V: Special "(001.001)"
  342. *Font Jun101-Light-RKSJ-H: Special "(001.001)"
  343. *Font Jun101-Light-RKSJ-UserGaiji: Special "(001.001)"
  344. *Font Jun101-Light-RKSJ-V: Special "(001.001)"
  345. *Font Jun101-Light-V: Special "(001.001)"
  346. *Font Jun101-Light.Oubun: Special "(001.001)"
  347. *Font PCJun101-Light: Special "(001.001)"
  348. *Font Jun101-Light.Roman: Special "(001.001)"
  349. *Font Jun101-Light.WP-Symbol: Special "(001.001)"
  350. *Font Ryumin-Light-83pv-RKSJ-H: Special "(001.001)"
  351. *Font Ryumin-Light-Add-H: Special "(001.001)"
  352. *Font Ryumin-Light-Add-RKSJ-H: Special "(001.001)"
  353. *Font Ryumin-Light-Add-RKSJ-V: Special "(001.001)"
  354. *Font Ryumin-Light-Add-V: Special "(001.001)"
  355. *Font Ryumin-Light-EUC-H: Special "(001.001)"
  356. *Font Ryumin-Light-EUC-V: Special "(001.001)"
  357. *Font Ryumin-Light-Ext-H: Special "(001.001)"
  358. *Font Ryumin-Light-Ext-RKSJ-H: Special "(001.001)"
  359. *Font Ryumin-Light-Ext-RKSJ-V: Special "(001.001)"
  360. *Font Ryumin-Light-Ext-V: Special "(001.001)"
  361. *Font Ryumin-Light-H: Special "(001.001)"
  362. *Font Ryumin-Light-NWP-H: Special "(001.001)"
  363. *Font Ryumin-Light-NWP-V: Special "(001.001)"
  364. *Font Ryumin-Light-RKSJ-H: Special "(001.001)"
  365. *Font Ryumin-Light-RKSJ-UserGaiji: Special "(001.001)"
  366. *Font Ryumin-Light-RKSJ-V: Special "(001.001)"
  367. *Font Ryumin-Light-V: Special "(001.001)"
  368. *Font Ryumin-Light.Oubun: Special "(001.001)"
  369. *Font Ryumin-Light.Roman: Special "(001.001)"
  370. *Font Ryumin-Light.WP-Symbol: Special "(001.001)"
  371.  
  372.  
  373. *?FontQuery: "
  374. save  4 dict begin /sv exch def
  375. /str (fonts/                              ) def
  376. /st2 128 string def
  377. {
  378.   count 0 gt {
  379.     dup st2 cvs (/) print print (:) print
  380.     dup FontDirectory exch known {pop (Yes)}{
  381.      str exch st2 cvs dup length /len exch def
  382.      6 exch putinterval str 0 len 6 add getinterval mark exch
  383.      { } st2 filenameforall counttomark 0 gt {
  384.       cleartomark (Yes)}{cleartomark (No)}ifelse
  385.     }ifelse = flush
  386.   }{ exit } ifelse
  387. } bind loop
  388. (*) = flush
  389. sv end restore
  390. "
  391. *End
  392.  
  393. *?FontList: "
  394. save  2 dict begin /sv exch def
  395. /str 128 string def
  396. FontDirectory { pop == } bind forall flush
  397. /filenameforall where { 
  398.  pop save (fonts/*) { 
  399.   dup length 6 sub 6 exch getinterval cvn == 
  400.  } bind str filenameforall flush restore
  401. } if 
  402. (*) = flush
  403. sv end restore
  404. "
  405. *End
  406.  
  407. *% Printer Messages (verbatim from printer):
  408. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  409. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  410. *Message: "\FontName\ not found, using Courier"
  411.  
  412. *%Status (format: %%[ status: <one of these> ]%% )
  413. *Status: "idle"
  414. *Status: "busy"
  415. *Status: "waiting"
  416. *Status: "printing"
  417. *Status: "warming up"
  418. *Status: "processing first job"
  419. *Status: "printing test page"
  420. *Status: "initializing"
  421. *Status: "PrinterError: request manual feed of a3 paper"
  422. *Status: "PrinterError: request manual feed of a4 paper"
  423. *Status: "PrinterError: request manual feed of a4_R paper"
  424. *Status: "PrinterError: request manual feed of b4 paper"
  425. *Status: "PrinterError: request manual feed of b5 paper"
  426. *Status: "PrinterError: request manual feed of 11x17 paper"
  427. *Status: "PrinterError: request manual feed of letter paper"
  428. *Status: "PrinterError: request manual feed of letter_R paper"
  429. *Status: "PrinterError: request manual feed of legal paper"
  430. *Status: "PrinterError: no paper tray"
  431. *Status: "PrinterError: door open"
  432. *Status: "PrinterError: no paper"
  433. *Status: "PrinterError: manual feed timeout"
  434. *Status: "PrinterError: set cassette feed"
  435. *Status: "PrinterError: printer door open"
  436. *Status: "PrinterError: paper jam"
  437. *Status: "PrinterError: paper jam occurred"
  438. *Status: "PrinterError: low toner"
  439. *Status: "PrinterError: service call"
  440. *Status: "PrinterError: waste toner full"
  441. *Status: "PrinterError: no fixing assembly oil"
  442. *Status: "PrinterError: no toner"
  443. *Status: "PrinterError: no management key"
  444. *Status: "PrinterError: CLC is doing local processing"
  445. *Status: "PrinterError: CLC power off"
  446.  
  447. *%Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  448. *Source: "serial25"
  449. *Source: "AppleTalk"
  450. *Source: "Centronics"
  451.  
  452. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  453. *PrinterError: "request manual feed of a3 paper"
  454. *PrinterError: "request manual feed of a4 paper"
  455. *PrinterError: "request manual feed of a4_R paper"
  456. *PrinterError: "request manual feed of b4 paper"
  457. *PrinterError: "request manual feed of b5 paper"
  458. *PrinterError: "request manual feed of 11x17 paper"
  459. *PrinterError: "request manual feed of letter paper"
  460. *PrinterError: "request manual feed of letter_R paper"
  461. *PrinterError: "request manual feed of legal paper"
  462. *PrinterError: "no paper tray"
  463. *PrinterError: "door open"
  464. *PrinterError: "paper jam occurred"
  465. *PrinterError: "low toner"
  466. *PrinterError: "service call"
  467. *PrinterError: "no paper"
  468. *PrinterError: "manual feed timeout"
  469. *PrinterError: "set cassette feed"
  470. *PrinterError: "printer door open"
  471. *PrinterError: "paper jam"
  472. *PrinterError: "waste toner full"
  473. *PrinterError: "no fixing assembly oil"
  474. *PrinterError: "no toner"
  475. *PrinterError: "no management key"
  476. *PrinterError: "service call"
  477. *PrinterError: "CLC is doing local processing"
  478. *PrinterError: "CLC power off"
  479.  
  480. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  481.  
  482. *% Color Separation Information =====================
  483.  
  484. *DefaultColorSep: ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi
  485.  
  486. *InkName: ProcessBlack/Process Black
  487. *InkName: CustomColor/Custom Color
  488. *InkName: ProcessCyan/Process Cyan
  489. *InkName: ProcessMagenta/Process Magenta
  490. *InkName: ProcessYellow/Process Yellow
  491.  
  492. *%  For 71 lpi / 400 dpi  ===============================
  493.  
  494. *ColorSepScreenAngle ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  495. *ColorSepScreenAngle CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  496. *ColorSepScreenAngle ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "71.5651"
  497. *ColorSepScreenAngle ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "18.4349"
  498. *ColorSepScreenAngle ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "0.0"
  499.  
  500. *ColorSepScreenFreq ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  501. *ColorSepScreenFreq CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  502. *ColorSepScreenFreq ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  503. *ColorSepScreenFreq ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  504. *ColorSepScreenFreq ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "66.6667"
  505.  
  506.  
  507. *%  For 47 lpi / 400 dpi  ===============================
  508.  
  509. *ColorSepScreenAngle ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  510. *ColorSepScreenAngle CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  511. *ColorSepScreenAngle ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "71.5651"
  512. *ColorSepScreenAngle ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "18.4349"
  513. *ColorSepScreenAngle ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "0.0"
  514.  
  515. *ColorSepScreenFreq ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  516. *ColorSepScreenFreq CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  517. *ColorSepScreenFreq ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  518. *ColorSepScreenFreq ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  519. *ColorSepScreenFreq ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "44.4444"
  520.  
  521. *% end of PPD file for Canon PS-IPU Color Laser Copier
  522.  
  523.